CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - round robin

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. round_robin_src

    0下载:
  2. 这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2269
    • 提供者:刘阅希
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. round_robin_vhdl

    0下载:
  2. Round Robin using VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1312
    • 提供者:mmurali
  1. FIRST2

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1084
    • 提供者:sylvia
  1. atmega128

    0下载:
  2. *PC和ATMEGA128通信,ATMEGA以轮循方式发送,中断方式接受*-* PC and ATmega128 communications, ATMEGA sent to Round Robin, interrupted to receive*
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1025
    • 提供者:孟强
  1. Processe

    0下载:
  2. 操作系统中的进程调度优先算法和轮转法算法的实现-Operating system process scheduling priority algorithm and Algorithm Round Robin
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:chen
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. ui

    0下载:
  2. 单循环链表就地逆置\单循环链表就地逆置单循环链表就地逆置\单循环链表就地逆置-List the single round-robin against the home the single round-robin list in situ in situ in situ reverse buy the single round-robin list Inverse Inverse Purchase single round-robin home-place list
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:lgh
  1. 25462

    0下载:
  2. 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-Algorithm followed by the preparation of the visit without a head node for the single round-robin list two incremental and orderly list and set the ground.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:54462
    • 提供者:qinlin
  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:84686
    • 提供者:
  1. sjp

    0下载:
  2. 在多道程序或多任务系统中,系统同时处于就绪态的进程有若干个。为了使系统中的各进程能有条不紊地进行,必须选择某种调度策略,以选择一进程占用处理机。时间片轮转算法-Procedures in the multi-channel or multi-task system, the system in a ready state at the same time there are a number of processes. In order to make the process system ca
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1988
    • 提供者:候莹莹
  1. Cyc

    0下载:
  2. 解决n个运动员进行循环赛问题(要求:1.每个选手必须与其他n-1个选手各赛一次,2.每个选手一个只能赛一次,当n为偶数时,循环赛进行n-1天。当n时奇树时,循环赛进行n天-N months to resolve the issue of athletes round robin (required: 1. Each player must be consistent with other n-1 months time player of the tournament, 2. Each play
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:88249
    • 提供者:walle
  1. youxiangtu

    0下载:
  2. 有n个选手 P 1 ,P 2 ,P 3 ,… ,P n 参加了的单循环赛,每对选手之间非胜即负。现要求求出一个选手序列 P 1 ,P 2 ,P 3 ,… ,P n , 使其满足 P i 胜 P i+ 1 (i=1,… ,n-1) 。-There are n players of P 1, P 2, P 3, ..., P n participated in a single round robin, each of the players that is negative between the
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-07
    • 文件大小:267035
    • 提供者:易涛
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. 1

    0下载:
  2. 时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:cailingfang
  1. shijianpian

    0下载:
  2. 操作系统的实验 关于进程调度中的时间片轮转算法 -The experimental system about the process of scheduling time slice Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:pengshoukang
  1. shijianpian

    0下载:
  2. 操作系统课程设计之时间片轮转算法,经过老师验收,通过-Curriculum design of the operating system time slice Round Robin, after the teacher acceptance, through
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:赵军
  1. mget

    0下载:
  2. 透過新的傳輸層協定(sctp),由client端下載多個檔案,且server透過round robin 的方式傳遞使average waiting time minimal-Transport layer through the new agreement (sctp), by the client-side download multiple files, and the server the way through the round robbin transmission so that
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3499
    • 提供者:huangchi
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com